fix: auto bullet continuation and removed stray '>' before list items - #241
Closed
bhavanisaw wants to merge 5 commits into
Closed
fix: auto bullet continuation and removed stray '>' before list items#241bhavanisaw wants to merge 5 commits into
bhavanisaw wants to merge 5 commits into
Conversation
Collaborator
|
@ikeshav26 drop the review |
MannuVilasara
force-pushed
the
fix-auto-list
branch
from
October 31, 2025 13:28
4ca3f97 to
01f15ef
Compare
Collaborator
Collaborator
recording_2025-10-31_19.00.29.mp4 |
bhavanisaw
force-pushed
the
fix-auto-list
branch
from
October 31, 2025 17:44
01f15ef to
4055986
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

📋 Description
2.Implemented auto-continuation for lists — pressing Enter after a list item now automatically starts the next item (Fixes #186).
3.Improved text padding and spacing inside the editable note box to prevent text overlap and improve readability.
🔗 Related Issue
Fixes # 186
🧩 Type of Change
🧪 How Has This Been Tested?
Verified auto list continuation for ordered (1.), unordered (-), and task lists (- [ ]).
Checked markdown rendering to confirm no stray “>” symbols appear.
Tested note box in both edit and view modes for padding, overflow, and readability.
🧠 Additional Context
This PR enhances the user editing experience and maintains consistent markdown formatting across notes.